home *** CD-ROM | disk | FTP | other *** search
/ Texas Rangers 2001 Screensaver / Texas Rangers 2001 Screen Saver.iso / Winstall.dir / autoexec.chf next >
Text File  |  2001-03-27  |  471b  |  13 lines

  1. #VAR cdepth
  2.  
  3. IF BITSPIXEL 8 ASSIGN;@cdepth=TRUE
  4. IF BITSPIXEL 4 ASSIGN;@cdepth=TRUE
  5.  
  6. IF EQUAL;@%cdepth%;TRUE;GOTO KILLINST;$ELSE GOTO END 
  7.  
  8. :KILLINST
  9. SAY Sorry, your system is set for 256 color or lower display! \n \nThis program requires 16-bit (65K) high color or better to run (24 or 32-bit for best results). \n \nPlease change your desktop to High color before installing this program.
  10. EXEC rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3 
  11. HALT 
  12.  
  13. :END